CURRENT BITMAP

This command will return an integer value of the current bitmap number being used.

  Syntax
Return Integer=CURRENT BITMAP()
  Returns

The value returned is the current bitmap number

  Description

If this value is zero, the screen is the current bitmap and drawing operations are performed on the visible screen. The parameter should be specified using an integer value.

  Example Code
CREATE BITMAP 1,640,480
SET CURRENT BITMAP 0
PRINT CURRENT BITMAP()
WAIT KEY
  See also

BITMAP Commands Menu
Index